home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
m_to_r
/
picdll
/
apidll.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-15
|
314 b
|
20 lines
library Apidll;
{ Program copyright (c) 1995 by Charles Calvert }
{ Project Name: RUNDLL }
uses
WinStuff;
exports
About index 1,
HandleButton index 2,
ShowAbout index 3,
RegisterWinPopup index 4,
CreateWinPopup index 5,
RegisterChild index 6,
CreateChild index 7;
begin
end.